SetValue<T>(Int32,PropertyType,T) Method
In This Topic
Sets the named property to the given value.
Syntax
'Declaration
Public Overloads Sub SetValue(Of As {New, Struct})( _
ByVal As System.Integer, _
ByVal As PropertyType, _
ByVal As _
)
public void SetValue<>(
System.int ,
PropertyType ,
)
where T: new(), struct
Parameters
- index
- Index of the property
- type
- Property type.
- value
- Value of the property
Type Parameters
- T
See Also